home *** CD-ROM | disk | FTP | other *** search
/ Workbench Add-On / Workbench Add-On - Volume 1.iso / BBS-Archive / Comm / AmiTCP30b2.lha / src / amitcp / protos / netinet / ip_output_protos.h < prev    next >
Encoding:
C/C++ Source or Header  |  1993-04-12  |  614 b   |  26 lines

  1. /* Prototypes for functions defined in
  2. ip_output.c
  3.  */
  4.  
  5. int STKARGFUN ip_output(struct mbuf * m0,
  6.             struct mbuf * opt,
  7.             struct route * ro,
  8.             int flags);
  9.  
  10. struct mbuf * ip_insertoptions(register struct mbuf * m,
  11.                                struct mbuf * opt,
  12.                                int * phlen);
  13.  
  14. int ip_optcopy(struct ip * ip,
  15.                struct ip * jp);
  16.  
  17. int ip_ctloutput(int op,
  18.                  struct socket * so,
  19.                  int level,
  20.                  int optname,
  21.                  struct mbuf ** mp);
  22.  
  23. int ip_pcbopts(struct mbuf ** pcbopt,
  24.                register struct mbuf * m);
  25.  
  26.